Html Css Color HEX #BBAE43 Brass

📋 copy color: '#BBAE43'

red 187 ◦ green 174 ◦ blue 67

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

Shades of Brass #BBAE43

Tints of Brass #BBAE43

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

 BLUE value IS 67 (26.56% from 255) = 15.65%

R = 43.69%
G = 40.65%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBAE43 (or 0xBBAE43) is known color: Brass. HEX triplet: BB, AE and 43. RGB value is (187,174,67). Sum of RGB (Red+Green+Blue) = 187+174+67=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE43 is #4451BC. Grayscale: #A6A6A6. Windows color (decimal): -4477373 or 4435643. OLE color: 4435643.

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

Color convert

RGB 187 174 67 -
CMYK 0 0.07 0.64 0.27
HSL 53.5º 0.47% 0.5% -
HSV(B) 53.5º 0.64% 0.73% -
XYZ 36.64 41.24 11.34 -
YUV 165.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 187 174 67 0 0.07 0.64 0.27 53.5 0.47 0.5
Hex BB AE 43 0 7 40 1B 36 2F 32
Octal 273 256 103 0 7 100 33 66 57 62
Binary 10111011 10101110 1000011 0 111 1000000 11011 110110 101111 110010

Color Harmonies of #BBAE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE43

Black with #BBAE43

Text Example


Text Example

White with #BBAE43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE43; }

 p { color: rgb(187,174,67); }

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

background-color css

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

 a { background-color: rgb(187,174,67); }

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

border-color css

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

 span { border-color: rgb(187,174,67); }

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