Html Css Color HEX #B7680E Golden Brown

📋 copy color: '#B7680E'

red 183 ◦ green 104 ◦ blue 14

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

Shades of Golden Brown #B7680E

Tints of Golden Brown #B7680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.55%

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 60.8%
G = 34.55%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7680E (or 0xB7680E) is known color: Golden Brown. HEX triplet: B7, 68 and 0E. RGB value is (183,104,14). Sum of RGB (Red+Green+Blue) = 183+104+14=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B7680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7680E is #4897F1. Grayscale: #757575. Windows color (decimal): -4757490 or 944311. OLE color: 944311.

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

Color convert

RGB 183 104 14 -
CMYK 0 0.43 0.92 0.28
HSL 31.95º 0.86% 0.39% -
HSV(B) 31.95º 0.92% 0.72% -
XYZ 24.56 20 2.98 -
YUV 117.36 69.67 174.82 -
System Red Green Blue C M Y K H S L
Decimal 183 104 14 0 0.43 0.92 0.28 31.95 0.86 0.39
Hex B7 68 E 0 2B 5C 1C 20 56 27
Octal 267 150 16 0 53 134 34 40 126 47
Binary 10110111 1101000 1110 0 101011 1011100 11100 100000 1010110 100111

Color Harmonies of #B7680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7680E

Black with #B7680E

Text Example


Text Example

White with #B7680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7680E; }

 p { color: rgb(183,104,14); }

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

background-color css

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

 a { background-color: rgb(183,104,14); }

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

border-color css

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

 span { border-color: rgb(183,104,14); }

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