Html Css Color HEX #BBB738 Brass

📋 copy color: '#BBB738'

red 187 ◦ green 183 ◦ blue 56

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

Shades of Brass #BBB738

Tints of Brass #BBB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

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

R = 43.9%
G = 42.96%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBB738 (or 0xBBB738) is known color: Brass. HEX triplet: BB, B7 and 38. RGB value is (187,183,56). Sum of RGB (Red+Green+Blue) = 187+183+56=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB738 is #4448C7. Grayscale: #AAAAAA. Windows color (decimal): -4475080 or 3717051. OLE color: 3717051.

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

Color convert

RGB 187 183 56 -
CMYK 0 0.02 0.70 0.27
HSL 58.17º 0.54% 0.48% -
HSV(B) 58.17º 0.7% 0.73% -
XYZ 38.14 44.72 10.36 -
YUV 169.72 63.83 140.33 -
System Red Green Blue C M Y K H S L
Decimal 187 183 56 0 0.02 0.70 0.27 58.17 0.54 0.48
Hex BB B7 38 0 2 46 1B 3A 36 30
Octal 273 267 70 0 2 106 33 72 66 60
Binary 10111011 10110111 111000 0 10 1000110 11011 111010 110110 110000

Color Harmonies of #BBB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB738

Black with #BBB738

Text Example


Text Example

White with #BBB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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