Html Css Color HEX #B7B344 Brass

📋 copy color: '#B7B344'

red 183 ◦ green 179 ◦ blue 68

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

Shades of Brass #B7B344

Tints of Brass #B7B344

RGB

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

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

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

R = 42.56%
G = 41.63%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B7B344 (or 0xB7B344) is known color: Brass. HEX triplet: B7, B3 and 44. RGB value is (183,179,68). Sum of RGB (Red+Green+Blue) = 183+179+68=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 68 (26.95% from 255 or 15.81% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B344 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B344 is #484CBB. Grayscale: #A7A7A7. Windows color (decimal): -4738236 or 4502455. OLE color: 4502455.

HSL color Cylindrical-coordinate representation of color #B7B344: hue angle of 57.91º 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 #B7B344 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 179 68 -
CMYK 0 0.02 0.63 0.28
HSL 57.91º 0.46% 0.49% -
HSV(B) 57.91º 0.63% 0.72% -
XYZ 36.69 42.72 11.78 -
YUV 167.54 71.83 139.03 -
System Red Green Blue C M Y K H S L
Decimal 183 179 68 0 0.02 0.63 0.28 57.91 0.46 0.49
Hex B7 B3 44 0 2 3F 1C 3A 2E 31
Octal 267 263 104 0 2 77 34 72 56 61
Binary 10110111 10110011 1000100 0 10 111111 11100 111010 101110 110001

Color Harmonies of #B7B344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B344

Black with #B7B344

Text Example


Text Example

White with #B7B344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B344; }

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

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

background-color css

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

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

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

border-color css

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

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

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