Html Css Color HEX #B0690E Golden Brown

📋 copy color: '#B0690E'

red 176 ◦ green 105 ◦ blue 14

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

Shades of Golden Brown #B0690E

Tints of Golden Brown #B0690E

RGB

 RED value IS 176 (69.14% from 255) = 59.66%

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

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

R = 59.66%
G = 35.59%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0690E (or 0xB0690E) is known color: Golden Brown. HEX triplet: B0, 69 and 0E. RGB value is (176,105,14). Sum of RGB (Red+Green+Blue) = 176+105+14=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B0690E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0690E is #4F96F1. Grayscale: #747474. Windows color (decimal): -5215986 or 944560. OLE color: 944560.

HSL color Cylindrical-coordinate representation of color #B0690E: hue angle of 33.7º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0690E is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 105 14 -
CMYK 0 0.40 0.92 0.31
HSL 33.7º 0.85% 0.37% -
HSV(B) 33.7º 0.92% 0.69% -
XYZ 23.04 19.36 2.94 -
YUV 115.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 176 105 14 0 0.40 0.92 0.31 33.7 0.85 0.37
Hex B0 69 E 0 28 5C 1F 22 55 25
Octal 260 151 16 0 50 134 37 42 125 45
Binary 10110000 1101001 1110 0 101000 1011100 11111 100010 1010101 100101

Color Harmonies of #B0690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0690E

Black with #B0690E

Text Example


Text Example

White with #B0690E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0690E; }

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

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

background-color css

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

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

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

border-color css

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

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

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