Html Css Color HEX #B68813 Dark Goldenrod

📋 copy color: '#B68813'

red 182 ◦ green 136 ◦ blue 19

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

Shades of Dark Goldenrod #B68813

Tints of Dark Goldenrod #B68813

RGB

 RED value IS 182 (71.48% from 255) = 54.01%

 GREEN value IS 136 (53.52% from 255) = 40.36%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 54.01%
G = 40.36%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B68813 (or 0xB68813) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 13. RGB value is (182,136,19). Sum of RGB (Red+Green+Blue) = 182+136+19=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68813 is #4977EC. Grayscale: #888888. Windows color (decimal): -4814829 or 1280182. OLE color: 1280182.

HSL color Cylindrical-coordinate representation of color #B68813: hue angle of 43.07º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B68813 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 136 19 -
CMYK 0 0.25 0.90 0.29
HSL 43.07º 0.81% 0.39% -
HSV(B) 43.07º 0.9% 0.71% -
XYZ 28.21 27.6 4.46 -
YUV 136.42 61.74 160.51 -
System Red Green Blue C M Y K H S L
Decimal 182 136 19 0 0.25 0.90 0.29 43.07 0.81 0.39
Hex B6 88 13 0 19 5A 1D 2B 51 27
Octal 266 210 23 0 31 132 35 53 121 47
Binary 10110110 10001000 10011 0 11001 1011010 11101 101011 1010001 100111

Color Harmonies of #B68813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68813

Black with #B68813

Text Example


Text Example

White with #B68813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68813; }

 p { color: rgb(182,136,19); }

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

background-color css

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

 a { background-color: rgb(182,136,19); }

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

border-color css

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

 span { border-color: rgb(182,136,19); }

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