Html Css Color HEX #B0690C Golden Brown

📋 copy color: '#B0690C'

red 176 ◦ green 105 ◦ blue 12

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

Shades of Golden Brown #B0690C

Tints of Golden Brown #B0690C

RGB

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

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

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

R = 60.07%
G = 35.84%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0690C (or 0xB0690C) is known color: Golden Brown. HEX triplet: B0, 69 and 0C. RGB value is (176,105,12). Sum of RGB (Red+Green+Blue) = 176+105+12=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0690C is #4F96F3. Grayscale: #747474. Windows color (decimal): -5215988 or 813488. OLE color: 813488.

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

Color convert

RGB 176 105 12 -
CMYK 0 0.40 0.93 0.31
HSL 34.02º 0.87% 0.37% -
HSV(B) 34.02º 0.93% 0.69% -
XYZ 23.02 19.36 2.87 -
YUV 115.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 176 105 12 0 0.40 0.93 0.31 34.02 0.87 0.37
Hex B0 69 C 0 28 5D 1F 22 57 25
Octal 260 151 14 0 50 135 37 42 127 45
Binary 10110000 1101001 1100 0 101000 1011101 11111 100010 1010111 100101

Color Harmonies of #B0690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0690C

Black with #B0690C

Text Example


Text Example

White with #B0690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0690C; }

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

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

background-color css

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

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

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

border-color css

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

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

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