Html Css Color HEX #B68174 Brandy Rose

📋 copy color: '#B68174'

red 182 ◦ green 129 ◦ blue 116

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

Shades of Brandy Rose #B68174

Tints of Brandy Rose #B68174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.17%

R = 42.62%
G = 30.21%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B68174 (or 0xB68174) is known color: Brandy Rose. HEX triplet: B6, 81 and 74. RGB value is (182,129,116). Sum of RGB (Red+Green+Blue) = 182+129+116=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 116 (45.70% from 255 or 27.17% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B68174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68174 is #497E8B. Grayscale: #8F8F8F. Windows color (decimal): -4816524 or 7635382. OLE color: 7635382.

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

Color convert

RGB 182 129 116 -
CMYK 0 0.29 0.36 0.29
HSL 11.82º 0.31% 0.58% -
HSV(B) 11.82º 0.36% 0.71% -
XYZ 30.29 26.91 20.12 -
YUV 143.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 182 129 116 0 0.29 0.36 0.29 11.82 0.31 0.58
Hex B6 81 74 0 1D 24 1D C 1F 3A
Octal 266 201 164 0 35 44 35 14 37 72
Binary 10110110 10000001 1110100 0 11101 100100 11101 1100 11111 111010

Color Harmonies of #B68174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68174

Black with #B68174

Text Example


Text Example

White with #B68174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68174; }

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

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

background-color css

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

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

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

border-color css

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

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

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