Html Css Color HEX #B7B13D Brass

📋 copy color: '#B7B13D'

red 183 ◦ green 177 ◦ blue 61

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

Shades of Brass #B7B13D

Tints of Brass #B7B13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 43.47%
G = 42.04%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7B13D (or 0xB7B13D) is known color: Brass. HEX triplet: B7, B1 and 3D. RGB value is (183,177,61). Sum of RGB (Red+Green+Blue) = 183+177+61=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B13D is #484EC2. Grayscale: #A6A6A6. Windows color (decimal): -4738755 or 4043191. OLE color: 4043191.

HSL color Cylindrical-coordinate representation of color #B7B13D: hue angle of 57.05º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7B13D is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 177 61 -
CMYK 0 0.03 0.67 0.28
HSL 57.05º 0.5% 0.48% -
HSV(B) 57.05º 0.67% 0.72% -
XYZ 36.09 41.85 10.59 -
YUV 165.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 183 177 61 0 0.03 0.67 0.28 57.05 0.5 0.48
Hex B7 B1 3D 0 3 43 1C 39 32 30
Octal 267 261 75 0 3 103 34 71 62 60
Binary 10110111 10110001 111101 0 11 1000011 11100 111001 110010 110000

Color Harmonies of #B7B13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B13D

Black with #B7B13D

Text Example


Text Example

White with #B7B13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B13D; }

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

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

background-color css

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

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

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

border-color css

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

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

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