Html Css Color HEX #B7B33A Brass

📋 copy color: '#B7B33A'

red 183 ◦ green 179 ◦ blue 58

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

Shades of Brass #B7B33A

Tints of Brass #B7B33A

RGB

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

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

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

R = 43.57%
G = 42.62%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B33A (or 0xB7B33A) is known color: Brass. HEX triplet: B7, B3 and 3A. RGB value is (183,179,58). Sum of RGB (Red+Green+Blue) = 183+179+58=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B33A is #484CC5. Grayscale: #A6A6A6. Windows color (decimal): -4738246 or 3847095. OLE color: 3847095.

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

Color convert

RGB 183 179 58 -
CMYK 0 0.02 0.68 0.28
HSL 58.08º 0.52% 0.47% -
HSV(B) 58.08º 0.68% 0.72% -
XYZ 36.41 42.61 10.31 -
YUV 166.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 183 179 58 0 0.02 0.68 0.28 58.08 0.52 0.47
Hex B7 B3 3A 0 2 44 1C 3A 34 2F
Octal 267 263 72 0 2 104 34 72 64 57
Binary 10110111 10110011 111010 0 10 1000100 11100 111010 110100 101111

Color Harmonies of #B7B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B33A

Black with #B7B33A

Text Example


Text Example

White with #B7B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B33A; }

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

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

background-color css

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

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

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

border-color css

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

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

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