Html Css Color HEX #B4A07B Bronco

📋 copy color: '#B4A07B'

red 180 ◦ green 160 ◦ blue 123

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

Shades of Bronco #B4A07B

Tints of Bronco #B4A07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.56%

 BLUE value IS 123 (48.44% from 255) = 26.57%

R = 38.88%
G = 34.56%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4A07B (or 0xB4A07B) is known color: Bronco. HEX triplet: B4, A0 and 7B. RGB value is (180,160,123). Sum of RGB (Red+Green+Blue) = 180+160+123=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A07B is #4B5F84. Grayscale: #A1A1A1. Windows color (decimal): -4939653 or 8102068. OLE color: 8102068.

HSL color Cylindrical-coordinate representation of color #B4A07B: hue angle of 38.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4A07B is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 123 -
CMYK 0 0.11 0.32 0.29
HSL 38.95º 0.28% 0.59% -
HSV(B) 38.95º 0.32% 0.71% -
XYZ 34.97 36.27 23.9 -
YUV 161.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 180 160 123 0 0.11 0.32 0.29 38.95 0.28 0.59
Hex B4 A0 7B 0 B 20 1D 27 1C 3B
Octal 264 240 173 0 13 40 35 47 34 73
Binary 10110100 10100000 1111011 0 1011 100000 11101 100111 11100 111011

Color Harmonies of #B4A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A07B

Black with #B4A07B

Text Example


Text Example

White with #B4A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A07B; }

 p { color: rgb(180,160,123); }

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

background-color css

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

 a { background-color: rgb(180,160,123); }

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

border-color css

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

 span { border-color: rgb(180,160,123); }

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