Html Css Color HEX #B49C7C Bronco

📋 copy color: '#B49C7C'

red 180 ◦ green 156 ◦ blue 124

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

Shades of Bronco #B49C7C

Tints of Bronco #B49C7C

RGB

 RED value IS 180 (70.7% from 255) = 39.13%

 GREEN value IS 156 (61.33% from 255) = 33.91%

 BLUE value IS 124 (48.83% from 255) = 26.96%

R = 39.13%
G = 33.91%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B49C7C (or 0xB49C7C) is known color: Bronco. HEX triplet: B4, 9C and 7C. RGB value is (180,156,124). Sum of RGB (Red+Green+Blue) = 180+156+124=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7C is #4B6383. Grayscale: #9F9F9F. Windows color (decimal): -4940676 or 8166580. OLE color: 8166580.

HSL color Cylindrical-coordinate representation of color #B49C7C: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B49C7C is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 156 124 -
CMYK 0 0.13 0.31 0.29
HSL 34.29º 0.27% 0.6% -
HSV(B) 34.29º 0.31% 0.71% -
XYZ 34.35 34.94 24 -
YUV 159.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 180 156 124 0 0.13 0.31 0.29 34.29 0.27 0.6
Hex B4 9C 7C 0 D 1F 1D 22 1B 3C
Octal 264 234 174 0 15 37 35 42 33 74
Binary 10110100 10011100 1111100 0 1101 11111 11101 100010 11011 111100

Color Harmonies of #B49C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C7C

Black with #B49C7C

Text Example


Text Example

White with #B49C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C7C; }

 p { color: rgb(180,156,124); }

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

background-color css

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

 a { background-color: rgb(180,156,124); }

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

border-color css

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

 span { border-color: rgb(180,156,124); }

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