Html Css Color HEX #B29D7A Bronco

📋 copy color: '#B29D7A'

red 178 ◦ green 157 ◦ blue 122

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

Shades of Bronco #B29D7A

Tints of Bronco #B29D7A

RGB

 RED value IS 178 (69.92% from 255) = 38.95%

 GREEN value IS 157 (61.72% from 255) = 34.35%

 BLUE value IS 122 (48.05% from 255) = 26.7%

R = 38.95%
G = 34.35%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B29D7A (or 0xB29D7A) is known color: Bronco. HEX triplet: B2, 9D and 7A. RGB value is (178,157,122). Sum of RGB (Red+Green+Blue) = 178+157+122=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B29D7A is #4D6285. Grayscale: #9F9F9F. Windows color (decimal): -5071494 or 8035762. OLE color: 8035762.

HSL color Cylindrical-coordinate representation of color #B29D7A: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B29D7A is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 122 -
CMYK 0 0.12 0.31 0.30
HSL 37.5º 0.27% 0.59% -
HSV(B) 37.5º 0.31% 0.7% -
XYZ 33.93 34.98 23.38 -
YUV 159.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 178 157 122 0 0.12 0.31 0.30 37.5 0.27 0.59
Hex B2 9D 7A 0 C 1F 1E 26 1B 3B
Octal 262 235 172 0 14 37 36 46 33 73
Binary 10110010 10011101 1111010 0 1100 11111 11110 100110 11011 111011

Color Harmonies of #B29D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D7A

Black with #B29D7A

Text Example


Text Example

White with #B29D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D7A; }

 p { color: rgb(178,157,122); }

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

background-color css

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

 a { background-color: rgb(178,157,122); }

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

border-color css

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

 span { border-color: rgb(178,157,122); }

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