Html Css Color HEX #B67B0E Dark Goldenrod

📋 copy color: '#B67B0E'

red 182 ◦ green 123 ◦ blue 14

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

Shades of Dark Goldenrod #B67B0E

Tints of Dark Goldenrod #B67B0E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 57.05%
G = 38.56%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B67B0E (or 0xB67B0E) is known color: Dark Goldenrod. HEX triplet: B6, 7B and 0E. RGB value is (182,123,14). Sum of RGB (Red+Green+Blue) = 182+123+14=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67B0E is #4984F1. Grayscale: #808080. Windows color (decimal): -4818162 or 949174. OLE color: 949174.

HSL color Cylindrical-coordinate representation of color #B67B0E: hue angle of 38.93º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B67B0E is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 123 14 -
CMYK 0 0.32 0.92 0.29
HSL 38.93º 0.86% 0.38% -
HSV(B) 38.93º 0.92% 0.71% -
XYZ 26.45 24.14 3.68 -
YUV 128.22 63.55 166.36 -
System Red Green Blue C M Y K H S L
Decimal 182 123 14 0 0.32 0.92 0.29 38.93 0.86 0.38
Hex B6 7B E 0 20 5C 1D 27 56 26
Octal 266 173 16 0 40 134 35 47 126 46
Binary 10110110 1111011 1110 0 100000 1011100 11101 100111 1010110 100110

Color Harmonies of #B67B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67B0E

Black with #B67B0E

Text Example


Text Example

White with #B67B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67B0E; }

 p { color: rgb(182,123,14); }

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

background-color css

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

 a { background-color: rgb(182,123,14); }

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

border-color css

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

 span { border-color: rgb(182,123,14); }

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