Html Css Color HEX #B68177 Brandy Rose

📋 copy color: '#B68177'

red 182 ◦ green 129 ◦ blue 119

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

Shades of Brandy Rose #B68177

Tints of Brandy Rose #B68177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.67%

R = 42.33%
G = 30%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B68177 (or 0xB68177) is known color: Brandy Rose. HEX triplet: B6, 81 and 77. RGB value is (182,129,119). Sum of RGB (Red+Green+Blue) = 182+129+119=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B68177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68177 is #497E88. Grayscale: #8F8F8F. Windows color (decimal): -4816521 or 7831990. OLE color: 7831990.

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

Color convert

RGB 182 129 119 -
CMYK 0 0.29 0.35 0.29
HSL 9.52º 0.3% 0.59% -
HSV(B) 9.52º 0.35% 0.71% -
XYZ 30.47 26.98 21.05 -
YUV 143.71 114.06 155.31 -
System Red Green Blue C M Y K H S L
Decimal 182 129 119 0 0.29 0.35 0.29 9.52 0.3 0.59
Hex B6 81 77 0 1D 23 1D A 1E 3B
Octal 266 201 167 0 35 43 35 12 36 73
Binary 10110110 10000001 1110111 0 11101 100011 11101 1010 11110 111011

Color Harmonies of #B68177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68177

Black with #B68177

Text Example


Text Example

White with #B68177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68177; }

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

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

background-color css

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

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

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

border-color css

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

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

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