Html Css Color HEX #B7B14B Brass

📋 copy color: '#B7B14B'

red 183 ◦ green 177 ◦ blue 75

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

Shades of Brass #B7B14B

Tints of Brass #B7B14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.24%

R = 42.07%
G = 40.69%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7B14B (or 0xB7B14B) is known color: Brass. HEX triplet: B7, B1 and 4B. RGB value is (183,177,75). Sum of RGB (Red+Green+Blue) = 183+177+75=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 75 (29.69% from 255 or 17.24% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B14B is #484EB4. Grayscale: #A7A7A7. Windows color (decimal): -4738741 or 4960695. OLE color: 4960695.

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

Color convert

RGB 183 177 75 -
CMYK 0 0.03 0.59 0.28
HSL 56.67º 0.43% 0.51% -
HSV(B) 56.67º 0.59% 0.72% -
XYZ 36.52 42.02 12.84 -
YUV 167.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 183 177 75 0 0.03 0.59 0.28 56.67 0.43 0.51
Hex B7 B1 4B 0 3 3B 1C 39 2B 33
Octal 267 261 113 0 3 73 34 71 53 63
Binary 10110111 10110001 1001011 0 11 111011 11100 111001 101011 110011

Color Harmonies of #B7B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B14B

Black with #B7B14B

Text Example


Text Example

White with #B7B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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