Html Css Color HEX #B68B09 Dark Goldenrod

📋 copy color: '#B68B09'

red 182 ◦ green 139 ◦ blue 9

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

Shades of Dark Goldenrod #B68B09

Tints of Dark Goldenrod #B68B09

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 55.15%
G = 42.12%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B68B09 (or 0xB68B09) is known color: Dark Goldenrod. HEX triplet: B6, 8B and 09. RGB value is (182,139,9). Sum of RGB (Red+Green+Blue) = 182+139+9=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B68B09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68B09 is #4974F6. Grayscale: #898989. Windows color (decimal): -4814071 or 625590. OLE color: 625590.

HSL color Cylindrical-coordinate representation of color #B68B09: hue angle of 45.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68B09 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 139 9 -
CMYK 0 0.24 0.95 0.29
HSL 45.09º 0.91% 0.37% -
HSV(B) 45.09º 0.95% 0.71% -
XYZ 28.57 28.43 4.24 -
YUV 137.04 55.75 160.07 -
System Red Green Blue C M Y K H S L
Decimal 182 139 9 0 0.24 0.95 0.29 45.09 0.91 0.37
Hex B6 8B 9 0 18 5F 1D 2D 5B 25
Octal 266 213 11 0 30 137 35 55 133 45
Binary 10110110 10001011 1001 0 11000 1011111 11101 101101 1011011 100101

Color Harmonies of #B68B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68B09

Black with #B68B09

Text Example


Text Example

White with #B68B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68B09; }

 p { color: rgb(182,139,9); }

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

background-color css

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

 a { background-color: rgb(182,139,9); }

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

border-color css

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

 span { border-color: rgb(182,139,9); }

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