Html Css Color HEX #B7B03A Brass

📋 copy color: '#B7B03A'

red 183 ◦ green 176 ◦ blue 58

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

Shades of Brass #B7B03A

Tints of Brass #B7B03A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.21%

 BLUE value IS 58 (23.05% from 255) = 13.91%

R = 43.88%
G = 42.21%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B03A (or 0xB7B03A) is known color: Brass. HEX triplet: B7, B0 and 3A. RGB value is (183,176,58). Sum of RGB (Red+Green+Blue) = 183+176+58=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B03A is #484FC5. Grayscale: #A5A5A5. Windows color (decimal): -4739014 or 3846327. OLE color: 3846327.

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

Color convert

RGB 183 176 58 -
CMYK 0 0.04 0.68 0.28
HSL 56.64º 0.52% 0.47% -
HSV(B) 56.64º 0.68% 0.72% -
XYZ 35.82 41.42 10.11 -
YUV 164.64 67.82 141.09 -
System Red Green Blue C M Y K H S L
Decimal 183 176 58 0 0.04 0.68 0.28 56.64 0.52 0.47
Hex B7 B0 3A 0 4 44 1C 39 34 2F
Octal 267 260 72 0 4 104 34 71 64 57
Binary 10110111 10110000 111010 0 100 1000100 11100 111001 110100 101111

Color Harmonies of #B7B03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B03A

Black with #B7B03A

Text Example


Text Example

White with #B7B03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B03A; }

 p { color: rgb(183,176,58); }

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

background-color css

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

 a { background-color: rgb(183,176,58); }

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

border-color css

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

 span { border-color: rgb(183,176,58); }

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