Html Css Color HEX #B7AF33 Brass

📋 copy color: '#B7AF33'

red 183 ◦ green 175 ◦ blue 51

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

Shades of Brass #B7AF33

Tints of Brass #B7AF33

RGB

 RED value IS 183 (71.88% from 255) = 44.74%

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

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

R = 44.74%
G = 42.79%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B7AF33 (or 0xB7AF33) is known color: Brass. HEX triplet: B7, AF and 33. RGB value is (183,175,51). Sum of RGB (Red+Green+Blue) = 183+175+51=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AF33 is #4850CC. Grayscale: #A3A3A3. Windows color (decimal): -4739277 or 3387319. OLE color: 3387319.

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

Color convert

RGB 183 175 51 -
CMYK 0 0.04 0.72 0.28
HSL 56.36º 0.56% 0.46% -
HSV(B) 56.36º 0.72% 0.72% -
XYZ 35.46 40.97 9.17 -
YUV 163.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 183 175 51 0 0.04 0.72 0.28 56.36 0.56 0.46
Hex B7 AF 33 0 4 48 1C 38 38 2E
Octal 267 257 63 0 4 110 34 70 70 56
Binary 10110111 10101111 110011 0 100 1001000 11100 111000 111000 101110

Color Harmonies of #B7AF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AF33

Black with #B7AF33

Text Example


Text Example

White with #B7AF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AF33; }

 p { color: rgb(183,175,51); }

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

background-color css

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

 a { background-color: rgb(183,175,51); }

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

border-color css

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

 span { border-color: rgb(183,175,51); }

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