Html Css Color HEX #B7B53A Brass

📋 copy color: '#B7B53A'

red 183 ◦ green 181 ◦ blue 58

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

Shades of Brass #B7B53A

Tints of Brass #B7B53A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

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

R = 43.36%
G = 42.89%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B53A (or 0xB7B53A) is known color: Brass. HEX triplet: B7, B5 and 3A. RGB value is (183,181,58). Sum of RGB (Red+Green+Blue) = 183+181+58=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B53A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B53A is #484AC5. Grayscale: #A8A8A8. Windows color (decimal): -4737734 or 3847607. OLE color: 3847607.

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

Color convert

RGB 183 181 58 -
CMYK 0 0.01 0.68 0.28
HSL 59.04º 0.52% 0.47% -
HSV(B) 59.04º 0.68% 0.72% -
XYZ 36.82 43.42 10.44 -
YUV 167.58 66.16 139 -
System Red Green Blue C M Y K H S L
Decimal 183 181 58 0 0.01 0.68 0.28 59.04 0.52 0.47
Hex B7 B5 3A 0 1 44 1C 3B 34 2F
Octal 267 265 72 0 1 104 34 73 64 57
Binary 10110111 10110101 111010 0 1 1000100 11100 111011 110100 101111

Color Harmonies of #B7B53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B53A

Black with #B7B53A

Text Example


Text Example

White with #B7B53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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