Html Css Color HEX #B7B244 Brass

📋 copy color: '#B7B244'

red 183 ◦ green 178 ◦ blue 68

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

Shades of Brass #B7B244

Tints of Brass #B7B244

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 42.66%
G = 41.49%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B7B244 (or 0xB7B244) is known color: Brass. HEX triplet: B7, B2 and 44. RGB value is (183,178,68). Sum of RGB (Red+Green+Blue) = 183+178+68=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B244 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B244 is #484DBB. Grayscale: #A7A7A7. Windows color (decimal): -4738492 or 4502199. OLE color: 4502199.

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

Color convert

RGB 183 178 68 -
CMYK 0 0.03 0.63 0.28
HSL 57.39º 0.46% 0.49% -
HSV(B) 57.39º 0.63% 0.72% -
XYZ 36.49 42.33 11.72 -
YUV 166.96 72.16 139.44 -
System Red Green Blue C M Y K H S L
Decimal 183 178 68 0 0.03 0.63 0.28 57.39 0.46 0.49
Hex B7 B2 44 0 3 3F 1C 39 2E 31
Octal 267 262 104 0 3 77 34 71 56 61
Binary 10110111 10110010 1000100 0 11 111111 11100 111001 101110 110001

Color Harmonies of #B7B244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B244

Black with #B7B244

Text Example


Text Example

White with #B7B244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B244; }

 p { color: rgb(183,178,68); }

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

background-color css

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

 a { background-color: rgb(183,178,68); }

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

border-color css

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

 span { border-color: rgb(183,178,68); }

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