Html Css Color HEX #B7690E Golden Brown

📋 copy color: '#B7690E'

red 183 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #B7690E

Tints of Golden Brown #B7690E

RGB

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

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

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

R = 60.6%
G = 34.77%
B = 4.64%

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

#B7690E (or 0xB7690E) is known color: Golden Brown. HEX triplet: B7, 69 and 0E. RGB value is (183,105,14). Sum of RGB (Red+Green+Blue) = 183+105+14=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B7690E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7690E is #4896F1. Grayscale: #767676. Windows color (decimal): -4757234 or 944567. OLE color: 944567.

HSL color Cylindrical-coordinate representation of color #B7690E: hue angle of 32.31º 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 #B7690E is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 14 -
CMYK 0 0.43 0.92 0.28
HSL 32.31º 0.86% 0.39% -
HSV(B) 32.31º 0.92% 0.72% -
XYZ 24.66 20.2 3.02 -
YUV 117.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 183 105 14 0 0.43 0.92 0.28 32.31 0.86 0.39
Hex B7 69 E 0 2B 5C 1C 20 56 27
Octal 267 151 16 0 53 134 34 40 126 47
Binary 10110111 1101001 1110 0 101011 1011100 11100 100000 1010110 100111

Color Harmonies of #B7690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7690E

Black with #B7690E

Text Example


Text Example

White with #B7690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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