Html Css Color HEX #B88A1A Dark Goldenrod

📋 copy color: '#B88A1A'

red 184 ◦ green 138 ◦ blue 26

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

Shades of Dark Goldenrod #B88A1A

Tints of Dark Goldenrod #B88A1A

RGB

 RED value IS 184 (72.27% from 255) = 52.87%

 GREEN value IS 138 (54.3% from 255) = 39.66%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 52.87%
G = 39.66%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B88A1A (or 0xB88A1A) is known color: Dark Goldenrod. HEX triplet: B8, 8A and 1A. RGB value is (184,138,26). Sum of RGB (Red+Green+Blue) = 184+138+26=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B88A1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88A1A is #4775E5. Grayscale: #8B8B8B. Windows color (decimal): -4683238 or 1739448. OLE color: 1739448.

HSL color Cylindrical-coordinate representation of color #B88A1A: hue angle of 42.53º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B88A1A is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 138 26 -
CMYK 0 0.25 0.86 0.28
HSL 42.53º 0.75% 0.41% -
HSV(B) 42.53º 0.86% 0.72% -
XYZ 29.04 28.44 4.94 -
YUV 138.99 64.24 160.11 -
System Red Green Blue C M Y K H S L
Decimal 184 138 26 0 0.25 0.86 0.28 42.53 0.75 0.41
Hex B8 8A 1A 0 19 56 1C 2B 4B 29
Octal 270 212 32 0 31 126 34 53 113 51
Binary 10111000 10001010 11010 0 11001 1010110 11100 101011 1001011 101001

Color Harmonies of #B88A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88A1A

Black with #B88A1A

Text Example


Text Example

White with #B88A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88A1A; }

 p { color: rgb(184,138,26); }

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

background-color css

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

 a { background-color: rgb(184,138,26); }

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

border-color css

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

 span { border-color: rgb(184,138,26); }

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