Html Css Color HEX #B0AF44 Brass

📋 copy color: '#B0AF44'

red 176 ◦ green 175 ◦ blue 68

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

Shades of Brass #B0AF44

Tints of Brass #B0AF44

RGB

 RED value IS 176 (69.14% from 255) = 42%

 GREEN value IS 175 (68.75% from 255) = 41.77%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 42%
G = 41.77%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B0AF44 (or 0xB0AF44) is known color: Brass. HEX triplet: B0, AF and 44. RGB value is (176,175,68). Sum of RGB (Red+Green+Blue) = 176+175+68=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF44 is #4F50BB. Grayscale: #A3A3A3. Windows color (decimal): -5198012 or 4501424. OLE color: 4501424.

HSL color Cylindrical-coordinate representation of color #B0AF44: hue angle of 59.44º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0AF44 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 68 -
CMYK 0 0.01 0.61 0.31
HSL 59.44º 0.44% 0.48% -
HSV(B) 59.44º 0.61% 0.69% -
XYZ 34.28 40.31 11.44 -
YUV 163.1 74.33 137.2 -
System Red Green Blue C M Y K H S L
Decimal 176 175 68 0 0.01 0.61 0.31 59.44 0.44 0.48
Hex B0 AF 44 0 1 3D 1F 3B 2C 30
Octal 260 257 104 0 1 75 37 73 54 60
Binary 10110000 10101111 1000100 0 1 111101 11111 111011 101100 110000

Color Harmonies of #B0AF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF44

Black with #B0AF44

Text Example


Text Example

White with #B0AF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF44; }

 p { color: rgb(176,175,68); }

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

background-color css

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

 a { background-color: rgb(176,175,68); }

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

border-color css

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

 span { border-color: rgb(176,175,68); }

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