Html Css Color HEX #B4AF42 Brass

📋 copy color: '#B4AF42'

red 180 ◦ green 175 ◦ blue 66

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

Shades of Brass #B4AF42

Tints of Brass #B4AF42

RGB

 RED value IS 180 (70.7% from 255) = 42.76%

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

 BLUE value IS 66 (26.17% from 255) = 15.68%

R = 42.76%
G = 41.57%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B4AF42 (or 0xB4AF42) is known color: Brass. HEX triplet: B4, AF and 42. RGB value is (180,175,66). Sum of RGB (Red+Green+Blue) = 180+175+66=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF42 is #4B50BD. Grayscale: #A4A4A4. Windows color (decimal): -4935870 or 4370356. OLE color: 4370356.

HSL color Cylindrical-coordinate representation of color #B4AF42: hue angle of 57.37º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4AF42 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 175 66 -
CMYK 0 0.03 0.63 0.29
HSL 57.37º 0.46% 0.48% -
HSV(B) 57.37º 0.63% 0.71% -
XYZ 35.14 40.76 11.17 -
YUV 164.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 180 175 66 0 0.03 0.63 0.29 57.37 0.46 0.48
Hex B4 AF 42 0 3 3F 1D 39 2E 30
Octal 264 257 102 0 3 77 35 71 56 60
Binary 10110100 10101111 1000010 0 11 111111 11101 111001 101110 110000

Color Harmonies of #B4AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF42

Black with #B4AF42

Text Example


Text Example

White with #B4AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF42; }

 p { color: rgb(180,175,66); }

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

background-color css

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

 a { background-color: rgb(180,175,66); }

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

border-color css

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

 span { border-color: rgb(180,175,66); }

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