Html Css Color HEX #B7690C Golden Brown

📋 copy color: '#B7690C'

red 183 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #B7690C

Tints of Golden Brown #B7690C

RGB

 RED value IS 183 (71.88% from 255) = 61%

 GREEN value IS 105 (41.41% from 255) = 35%

 BLUE value IS 12 (5.08% from 255) = 4%

R = 61%
G = 35%
B = 4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7690C (or 0xB7690C) is known color: Golden Brown. HEX triplet: B7, 69 and 0C. RGB value is (183,105,12). Sum of RGB (Red+Green+Blue) = 183+105+12=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 12 (5.08% from 255 or 4% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7690C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7690C is #4896F3. Grayscale: #767676. Windows color (decimal): -4757236 or 813495. OLE color: 813495.

HSL color Cylindrical-coordinate representation of color #B7690C: hue angle of 32.63º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7690C is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 12 -
CMYK 0 0.43 0.93 0.28
HSL 32.63º 0.88% 0.38% -
HSV(B) 32.63º 0.93% 0.72% -
XYZ 24.65 20.2 2.95 -
YUV 117.72 68.34 174.56 -
System Red Green Blue C M Y K H S L
Decimal 183 105 12 0 0.43 0.93 0.28 32.63 0.88 0.38
Hex B7 69 C 0 2B 5D 1C 21 58 26
Octal 267 151 14 0 53 135 34 41 130 46
Binary 10110111 1101001 1100 0 101011 1011101 11100 100001 1011000 100110

Color Harmonies of #B7690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7690C

Black with #B7690C

Text Example


Text Example

White with #B7690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7690C; }

 p { color: rgb(183,105,12); }

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

background-color css

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

 a { background-color: rgb(183,105,12); }

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

border-color css

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

 span { border-color: rgb(183,105,12); }

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