Html Css Color HEX #BBAE38 Brass

📋 copy color: '#BBAE38'

red 187 ◦ green 174 ◦ blue 56

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

Shades of Brass #BBAE38

Tints of Brass #BBAE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.43%

R = 44.84%
G = 41.73%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBAE38 (or 0xBBAE38) is known color: Brass. HEX triplet: BB, AE and 38. RGB value is (187,174,56). Sum of RGB (Red+Green+Blue) = 187+174+56=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE38 is #4451C7. Grayscale: #A4A4A4. Windows color (decimal): -4477384 or 3714747. OLE color: 3714747.

HSL color Cylindrical-coordinate representation of color #BBAE38: hue angle of 54.05º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBAE38 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 56 -
CMYK 0 0.07 0.70 0.27
HSL 54.05º 0.54% 0.48% -
HSV(B) 54.05º 0.7% 0.73% -
XYZ 36.34 41.12 9.76 -
YUV 164.44 66.81 144.09 -
System Red Green Blue C M Y K H S L
Decimal 187 174 56 0 0.07 0.70 0.27 54.05 0.54 0.48
Hex BB AE 38 0 7 46 1B 36 36 30
Octal 273 256 70 0 7 106 33 66 66 60
Binary 10111011 10101110 111000 0 111 1000110 11011 110110 110110 110000

Color Harmonies of #BBAE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE38

Black with #BBAE38

Text Example


Text Example

White with #BBAE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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