Html Css Color HEX #BBA23F Brass

📋 copy color: '#BBA23F'

red 187 ◦ green 162 ◦ blue 63

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

Shades of Brass #BBA23F

Tints of Brass #BBA23F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.32%

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

R = 45.39%
G = 39.32%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA23F (or 0xBBA23F) is known color: Brass. HEX triplet: BB, A2 and 3F. RGB value is (187,162,63). Sum of RGB (Red+Green+Blue) = 187+162+63=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA23F is #445DC0. Grayscale: #9E9E9E. Windows color (decimal): -4480449 or 4170427. OLE color: 4170427.

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

Color convert

RGB 187 162 63 -
CMYK 0 0.13 0.66 0.27
HSL 47.9º 0.5% 0.49% -
HSV(B) 47.9º 0.66% 0.73% -
XYZ 34.31 36.76 9.99 -
YUV 158.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 187 162 63 0 0.13 0.66 0.27 47.9 0.5 0.49
Hex BB A2 3F 0 D 42 1B 30 32 31
Octal 273 242 77 0 15 102 33 60 62 61
Binary 10111011 10100010 111111 0 1101 1000010 11011 110000 110010 110001

Color Harmonies of #BBA23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA23F

Black with #BBA23F

Text Example


Text Example

White with #BBA23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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