Html Css Color HEX #B27005 Dark Goldenrod

📋 copy color: '#B27005'

red 178 ◦ green 112 ◦ blue 5

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

Shades of Dark Goldenrod #B27005

Tints of Dark Goldenrod #B27005

RGB

 RED value IS 178 (69.92% from 255) = 60.34%

 GREEN value IS 112 (44.14% from 255) = 37.97%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 60.34%
G = 37.97%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#B27005 (or 0xB27005) is known color: Dark Goldenrod. HEX triplet: B2, 70 and 05. RGB value is (178,112,5). Sum of RGB (Red+Green+Blue) = 178+112+5=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B27005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27005 is #4D8FFA. Grayscale: #787878. Windows color (decimal): -5083131 or 356530. OLE color: 356530.

HSL color Cylindrical-coordinate representation of color #B27005: hue angle of 37.11º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B27005 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 112 5 -
CMYK 0 0.37 0.97 0.30
HSL 37.11º 0.95% 0.36% -
HSV(B) 37.11º 0.97% 0.7% -
XYZ 24.18 21.06 2.93 -
YUV 119.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 178 112 5 0 0.37 0.97 0.30 37.11 0.95 0.36
Hex B2 70 5 0 25 61 1E 25 5F 24
Octal 262 160 5 0 45 141 36 45 137 44
Binary 10110010 1110000 101 0 100101 1100001 11110 100101 1011111 100100

Color Harmonies of #B27005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27005

Black with #B27005

Text Example


Text Example

White with #B27005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27005; }

 p { color: rgb(178,112,5); }

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

background-color css

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

 a { background-color: rgb(178,112,5); }

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

border-color css

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

 span { border-color: rgb(178,112,5); }

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