Html Css Color HEX #BBA73E Brass

📋 copy color: '#BBA73E'

red 187 ◦ green 167 ◦ blue 62

#BBA73E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BBA73E

Tints of Brass #BBA73E

RGB

 RED value IS 187 (73.44% from 255) = 44.95%

 GREEN value IS 167 (65.63% from 255) = 40.14%

 BLUE value IS 62 (24.61% from 255) = 14.9%

R = 44.95%
G = 40.14%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBA73E (or 0xBBA73E) is known color: Brass. HEX triplet: BB, A7 and 3E. RGB value is (187,167,62). Sum of RGB (Red+Green+Blue) = 187+167+62=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA73E is #4458C1. Grayscale: #A1A1A1. Windows color (decimal): -4479170 or 4106171. OLE color: 4106171.

HSL color Cylindrical-coordinate representation of color #BBA73E: hue angle of 50.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBA73E is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 62 -
CMYK 0 0.11 0.67 0.27
HSL 50.4º 0.5% 0.49% -
HSV(B) 50.4º 0.67% 0.73% -
XYZ 35.18 38.55 10.14 -
YUV 161.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 187 167 62 0 0.11 0.67 0.27 50.4 0.5 0.49
Hex BB A7 3E 0 B 43 1B 32 32 31
Octal 273 247 76 0 13 103 33 62 62 61
Binary 10111011 10100111 111110 0 1011 1000011 11011 110010 110010 110001

Color Harmonies of #BBA73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA73E

Black with #BBA73E

Text Example


Text Example

White with #BBA73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA73E; }

 p { color: rgb(187,167,62); }

 H1.HeaderClassName
 {
   color: #BBA73E;
 }
 .AnyTagClassName
 {
   color: #BBA73E;
 }
</style>

background-color css

<style>
 a { background-color: #BBA73E; }

 a { background-color: rgb(187,167,62); }

 div.DivClassName
 {
   background-color: #BBA73E;
 }
 .BgClassName
 {
   background-color: #BBA73E;
 }
</style>

border-color css

<style>
 span { border-color: #BBA73E; }

 span { border-color: rgb(187,167,62); }

 td.TdClassName
 {
   border-color: #BBA73E;
 }
 .TagClassName
 {
   border-color: #BBA73E;
 }
</style>