Html Css Color HEX #BBA83E Brass

📋 copy color: '#BBA83E'

red 187 ◦ green 168 ◦ blue 62

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

Shades of Brass #BBA83E

Tints of Brass #BBA83E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 44.84%
G = 40.29%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BBA83E (or 0xBBA83E) is known color: Brass. HEX triplet: BB, A8 and 3E. RGB value is (187,168,62). Sum of RGB (Red+Green+Blue) = 187+168+62=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA83E is #4457C1. Grayscale: #A2A2A2. Windows color (decimal): -4478914 or 4106427. OLE color: 4106427.

HSL color Cylindrical-coordinate representation of color #BBA83E: hue angle of 50.88º 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 #BBA83E is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 168 62 -
CMYK 0 0.10 0.67 0.27
HSL 50.88º 0.5% 0.49% -
HSV(B) 50.88º 0.67% 0.73% -
XYZ 35.37 38.92 10.21 -
YUV 161.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 187 168 62 0 0.10 0.67 0.27 50.88 0.5 0.49
Hex BB A8 3E 0 A 43 1B 33 32 31
Octal 273 250 76 0 12 103 33 63 62 61
Binary 10111011 10101000 111110 0 1010 1000011 11011 110011 110010 110001

Color Harmonies of #BBA83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA83E

Black with #BBA83E

Text Example


Text Example

White with #BBA83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA83E; }

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

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

background-color css

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

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

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

border-color css

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

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

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