Html Css Color HEX #BBA83F Brass

📋 copy color: '#BBA83F'

red 187 ◦ green 168 ◦ blue 63

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

Shades of Brass #BBA83F

Tints of Brass #BBA83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.07%

R = 44.74%
G = 40.19%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA83F (or 0xBBA83F) is known color: Brass. HEX triplet: BB, A8 and 3F. RGB value is (187,168,63). Sum of RGB (Red+Green+Blue) = 187+168+63=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA83F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA83F is #4457C0. Grayscale: #A2A2A2. Windows color (decimal): -4478913 or 4171963. OLE color: 4171963.

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

Color convert

RGB 187 168 63 -
CMYK 0 0.10 0.66 0.27
HSL 50.81º 0.5% 0.49% -
HSV(B) 50.81º 0.66% 0.73% -
XYZ 35.39 38.93 10.35 -
YUV 161.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 187 168 63 0 0.10 0.66 0.27 50.81 0.5 0.49
Hex BB A8 3F 0 A 42 1B 33 32 31
Octal 273 250 77 0 12 102 33 63 62 61
Binary 10111011 10101000 111111 0 1010 1000010 11011 110011 110010 110001

Color Harmonies of #BBA83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA83F

Black with #BBA83F

Text Example


Text Example

White with #BBA83F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA83F; }

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

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

background-color css

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

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

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

border-color css

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

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

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