Html Css Color HEX #B7B436 Brass

📋 copy color: '#B7B436'

red 183 ◦ green 180 ◦ blue 54

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

Shades of Brass #B7B436

Tints of Brass #B7B436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.95%

R = 43.88%
G = 43.17%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B7B436 (or 0xB7B436) is known color: Brass. HEX triplet: B7, B4 and 36. RGB value is (183,180,54). Sum of RGB (Red+Green+Blue) = 183+180+54=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B436 is #484BC9. Grayscale: #A7A7A7. Windows color (decimal): -4737994 or 3585207. OLE color: 3585207.

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

Color convert

RGB 183 180 54 -
CMYK 0 0.02 0.70 0.28
HSL 58.6º 0.54% 0.46% -
HSV(B) 58.6º 0.7% 0.72% -
XYZ 36.52 42.98 9.86 -
YUV 166.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 183 180 54 0 0.02 0.70 0.28 58.6 0.54 0.46
Hex B7 B4 36 0 2 46 1C 3B 36 2E
Octal 267 264 66 0 2 106 34 73 66 56
Binary 10110111 10110100 110110 0 10 1000110 11100 111011 110110 101110

Color Harmonies of #B7B436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B436

Black with #B7B436

Text Example


Text Example

White with #B7B436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B436; }

 p { color: rgb(183,180,54); }

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

background-color css

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

 a { background-color: rgb(183,180,54); }

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

border-color css

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

 span { border-color: rgb(183,180,54); }

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