Html Css Color HEX #B68172 Brandy Rose

📋 copy color: '#B68172'

red 182 ◦ green 129 ◦ blue 114

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

Shades of Brandy Rose #B68172

Tints of Brandy Rose #B68172

RGB

 RED value IS 182 (71.48% from 255) = 42.82%

 GREEN value IS 129 (50.78% from 255) = 30.35%

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 42.82%
G = 30.35%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B68172 (or 0xB68172) is known color: Brandy Rose. HEX triplet: B6, 81 and 72. RGB value is (182,129,114). Sum of RGB (Red+Green+Blue) = 182+129+114=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 129 (50.78% from 255 or 30.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B68172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68172 is #497E8D. Grayscale: #8F8F8F. Windows color (decimal): -4816526 or 7504310. OLE color: 7504310.

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

Color convert

RGB 182 129 114 -
CMYK 0 0.29 0.37 0.29
HSL 13.24º 0.32% 0.58% -
HSV(B) 13.24º 0.37% 0.71% -
XYZ 30.18 26.86 19.51 -
YUV 143.14 111.56 155.72 -
System Red Green Blue C M Y K H S L
Decimal 182 129 114 0 0.29 0.37 0.29 13.24 0.32 0.58
Hex B6 81 72 0 1D 25 1D D 20 3A
Octal 266 201 162 0 35 45 35 15 40 72
Binary 10110110 10000001 1110010 0 11101 100101 11101 1101 100000 111010

Color Harmonies of #B68172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68172

Black with #B68172

Text Example


Text Example

White with #B68172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68172; }

 p { color: rgb(182,129,114); }

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

background-color css

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

 a { background-color: rgb(182,129,114); }

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

border-color css

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

 span { border-color: rgb(182,129,114); }

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