Html Css Color HEX #B4A085 Bronco

📋 copy color: '#B4A085'

red 180 ◦ green 160 ◦ blue 133

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

Shades of Bronco #B4A085

Tints of Bronco #B4A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 38.05%
G = 33.83%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B4A085 (or 0xB4A085) is known color: Bronco. HEX triplet: B4, A0 and 85. RGB value is (180,160,133). Sum of RGB (Red+Green+Blue) = 180+160+133=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A085 is #4B5F7A. Grayscale: #A3A3A3. Windows color (decimal): -4939643 or 8757428. OLE color: 8757428.

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

Color convert

RGB 180 160 133 -
CMYK 0 0.11 0.26 0.29
HSL 34.47º 0.24% 0.61% -
HSV(B) 34.47º 0.26% 0.71% -
XYZ 35.63 36.54 27.37 -
YUV 162.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 180 160 133 0 0.11 0.26 0.29 34.47 0.24 0.61
Hex B4 A0 85 0 B 1A 1D 22 18 3D
Octal 264 240 205 0 13 32 35 42 30 75
Binary 10110100 10100000 10000101 0 1011 11010 11101 100010 11000 111101

Color Harmonies of #B4A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A085

Black with #B4A085

Text Example


Text Example

White with #B4A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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