Html Css Color HEX #BBB24B Brass

📋 copy color: '#BBB24B'

red 187 ◦ green 178 ◦ blue 75

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

Shades of Brass #BBB24B

Tints of Brass #BBB24B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.45%

 BLUE value IS 75 (29.69% from 255) = 17.05%

R = 42.5%
G = 40.45%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BBB24B (or 0xBBB24B) is known color: Brass. HEX triplet: BB, B2 and 4B. RGB value is (187,178,75). Sum of RGB (Red+Green+Blue) = 187+178+75=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB24B is #444DB4. Grayscale: #A9A9A9. Windows color (decimal): -4476341 or 4960955. OLE color: 4960955.

HSL color Cylindrical-coordinate representation of color #BBB24B: hue angle of 55.18º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBB24B is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 75 -
CMYK 0 0.05 0.60 0.27
HSL 55.18º 0.45% 0.51% -
HSV(B) 55.18º 0.6% 0.73% -
XYZ 37.68 42.91 12.95 -
YUV 168.95 74.98 140.88 -
System Red Green Blue C M Y K H S L
Decimal 187 178 75 0 0.05 0.60 0.27 55.18 0.45 0.51
Hex BB B2 4B 0 5 3C 1B 37 2D 33
Octal 273 262 113 0 5 74 33 67 55 63
Binary 10111011 10110010 1001011 0 101 111100 11011 110111 101101 110011

Color Harmonies of #BBB24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB24B

Black with #BBB24B

Text Example


Text Example

White with #BBB24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB24B; }

 p { color: rgb(187,178,75); }

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

background-color css

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

 a { background-color: rgb(187,178,75); }

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

border-color css

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

 span { border-color: rgb(187,178,75); }

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