Html Css Color HEX #B7B33F Brass

📋 copy color: '#B7B33F'

red 183 ◦ green 179 ◦ blue 63

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

Shades of Brass #B7B33F

Tints of Brass #B7B33F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.12%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 43.06%
G = 42.12%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7B33F (or 0xB7B33F) is known color: Brass. HEX triplet: B7, B3 and 3F. RGB value is (183,179,63). Sum of RGB (Red+Green+Blue) = 183+179+63=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B33F is #484CC0. Grayscale: #A7A7A7. Windows color (decimal): -4738241 or 4174775. OLE color: 4174775.

HSL color Cylindrical-coordinate representation of color #B7B33F: hue angle of 58º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7B33F is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 179 63 -
CMYK 0 0.02 0.66 0.28
HSL 58º 0.49% 0.48% -
HSV(B) 58º 0.66% 0.72% -
XYZ 36.55 42.67 11.01 -
YUV 166.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 183 179 63 0 0.02 0.66 0.28 58 0.49 0.48
Hex B7 B3 3F 0 2 42 1C 3A 31 30
Octal 267 263 77 0 2 102 34 72 61 60
Binary 10110111 10110011 111111 0 10 1000010 11100 111010 110001 110000

Color Harmonies of #B7B33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B33F

Black with #B7B33F

Text Example


Text Example

White with #B7B33F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B33F; }

 p { color: rgb(183,179,63); }

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

background-color css

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

 a { background-color: rgb(183,179,63); }

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

border-color css

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

 span { border-color: rgb(183,179,63); }

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