Html Css Color HEX #B7B13A Brass

📋 copy color: '#B7B13A'

red 183 ◦ green 177 ◦ blue 58

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

Shades of Brass #B7B13A

Tints of Brass #B7B13A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 43.78%
G = 42.34%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7B13A (or 0xB7B13A) is known color: Brass. HEX triplet: B7, B1 and 3A. RGB value is (183,177,58). Sum of RGB (Red+Green+Blue) = 183+177+58=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B13A is #484EC5. Grayscale: #A5A5A5. Windows color (decimal): -4738758 or 3846583. OLE color: 3846583.

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

Color convert

RGB 183 177 58 -
CMYK 0 0.03 0.68 0.28
HSL 57.12º 0.52% 0.47% -
HSV(B) 57.12º 0.68% 0.72% -
XYZ 36.01 41.82 10.18 -
YUV 165.23 67.49 140.68 -
System Red Green Blue C M Y K H S L
Decimal 183 177 58 0 0.03 0.68 0.28 57.12 0.52 0.47
Hex B7 B1 3A 0 3 44 1C 39 34 2F
Octal 267 261 72 0 3 104 34 71 64 57
Binary 10110111 10110001 111010 0 11 1000100 11100 111001 110100 101111

Color Harmonies of #B7B13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B13A

Black with #B7B13A

Text Example


Text Example

White with #B7B13A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B13A; }

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

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

background-color css

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

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

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

border-color css

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

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

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