Html Css Color HEX #B9B43E Brass

📋 copy color: '#B9B43E'

red 185 ◦ green 180 ◦ blue 62

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

Shades of Brass #B9B43E

Tints of Brass #B9B43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.15%

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 43.33%
G = 42.15%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#B9B43E (or 0xB9B43E) is known color: Brass. HEX triplet: B9, B4 and 3E. RGB value is (185,180,62). Sum of RGB (Red+Green+Blue) = 185+180+62=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B43E is #464BC1. Grayscale: #A8A8A8. Windows color (decimal): -4606914 or 4109497. OLE color: 4109497.

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

Color convert

RGB 185 180 62 -
CMYK 0 0.03 0.66 0.27
HSL 57.56º 0.5% 0.48% -
HSV(B) 57.56º 0.66% 0.73% -
XYZ 37.2 43.3 10.96 -
YUV 168.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 185 180 62 0 0.03 0.66 0.27 57.56 0.5 0.48
Hex B9 B4 3E 0 3 42 1B 3A 32 30
Octal 271 264 76 0 3 102 33 72 62 60
Binary 10111001 10110100 111110 0 11 1000010 11011 111010 110010 110000

Color Harmonies of #B9B43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B43E

Black with #B9B43E

Text Example


Text Example

White with #B9B43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B43E; }

 p { color: rgb(185,180,62); }

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

background-color css

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

 a { background-color: rgb(185,180,62); }

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

border-color css

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

 span { border-color: rgb(185,180,62); }

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