Html Css Color HEX #BBB734 Brass

📋 copy color: '#BBB734'

red 187 ◦ green 183 ◦ blue 52

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

Shades of Brass #BBB734

Tints of Brass #BBB734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.32%

R = 44.31%
G = 43.36%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BBB734 (or 0xBBB734) is known color: Brass. HEX triplet: BB, B7 and 34. RGB value is (187,183,52). Sum of RGB (Red+Green+Blue) = 187+183+52=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 52 (20.70% from 255 or 12.32% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB734 is #4448CB. Grayscale: #A9A9A9. Windows color (decimal): -4475084 or 3454907. OLE color: 3454907.

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

Color convert

RGB 187 183 52 -
CMYK 0 0.02 0.72 0.27
HSL 58.22º 0.56% 0.47% -
HSV(B) 58.22º 0.72% 0.73% -
XYZ 38.05 44.68 9.87 -
YUV 169.26 61.83 140.65 -
System Red Green Blue C M Y K H S L
Decimal 187 183 52 0 0.02 0.72 0.27 58.22 0.56 0.47
Hex BB B7 34 0 2 48 1B 3A 38 2F
Octal 273 267 64 0 2 110 33 72 70 57
Binary 10111011 10110111 110100 0 10 1001000 11011 111010 111000 101111

Color Harmonies of #BBB734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB734

Black with #BBB734

Text Example


Text Example

White with #BBB734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB734; }

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

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

background-color css

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

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

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

border-color css

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

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

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