Html Css Color HEX #B9B233 Brass

📋 copy color: '#B9B233'

red 185 ◦ green 178 ◦ blue 51

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

Shades of Brass #B9B233

Tints of Brass #B9B233

RGB

 RED value IS 185 (72.66% from 255) = 44.69%

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

 BLUE value IS 51 (20.31% from 255) = 12.32%

R = 44.69%
G = 43%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#B9B233 (or 0xB9B233) is known color: Brass. HEX triplet: B9, B2 and 33. RGB value is (185,178,51). Sum of RGB (Red+Green+Blue) = 185+178+51=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9B233 is #464DCC. Grayscale: #A6A6A6. Windows color (decimal): -4607437 or 3388089. OLE color: 3388089.

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

Color convert

RGB 185 178 51 -
CMYK 0 0.04 0.72 0.27
HSL 56.87º 0.57% 0.46% -
HSV(B) 56.87º 0.72% 0.73% -
XYZ 36.53 42.39 9.39 -
YUV 165.62 63.32 141.83 -
System Red Green Blue C M Y K H S L
Decimal 185 178 51 0 0.04 0.72 0.27 56.87 0.57 0.46
Hex B9 B2 33 0 4 48 1B 39 39 2E
Octal 271 262 63 0 4 110 33 71 71 56
Binary 10111001 10110010 110011 0 100 1001000 11011 111001 111001 101110

Color Harmonies of #B9B233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B233

Black with #B9B233

Text Example


Text Example

White with #B9B233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B233; }

 p { color: rgb(185,178,51); }

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

background-color css

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

 a { background-color: rgb(185,178,51); }

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

border-color css

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

 span { border-color: rgb(185,178,51); }

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