Html Css Color HEX #B7B73A Brass

📋 copy color: '#B7B73A'

red 183 ◦ green 183 ◦ blue 58

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

Shades of Brass #B7B73A

Tints of Brass #B7B73A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.16%

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

R = 43.16%
G = 43.16%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B73A (or 0xB7B73A) is known color: Brass. HEX triplet: B7, B7 and 3A. RGB value is (183,183,58). Sum of RGB (Red+Green+Blue) = 183+183+58=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 183 (71.88% from 255 or 43.16% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B73A is #4848C5. Grayscale: #A9A9A9. Windows color (decimal): -4737222 or 3848119. OLE color: 3848119.

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

Color convert

RGB 183 183 58 -
CMYK 0 0 0.68 0.28
HSL 60º 0.52% 0.47% -
HSV(B) 60º 0.68% 0.72% -
XYZ 37.23 44.24 10.58 -
YUV 168.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 183 183 58 0 0 0.68 0.28 60 0.52 0.47
Hex B7 B7 3A 0 0 44 1C 3C 34 2F
Octal 267 267 72 0 0 104 34 74 64 57
Binary 10110111 10110111 111010 0 0 1000100 11100 111100 110100 101111

Color Harmonies of #B7B73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B73A

Black with #B7B73A

Text Example


Text Example

White with #B7B73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B73A; }

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

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

background-color css

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

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

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

border-color css

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

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

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