Html Css Color HEX #BD7C02 Dark Goldenrod

📋 copy color: '#BD7C02'

red 189 ◦ green 124 ◦ blue 2

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

Shades of Dark Goldenrod #BD7C02

Tints of Dark Goldenrod #BD7C02

RGB

 RED value IS 189 (74.22% from 255) = 60%

 GREEN value IS 124 (48.83% from 255) = 39.37%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 60%
G = 39.37%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD7C02 (or 0xBD7C02) is known color: Dark Goldenrod. HEX triplet: BD, 7C and 02. RGB value is (189,124,2). Sum of RGB (Red+Green+Blue) = 189+124+2=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C02 is #4283FD. Grayscale: #828282. Windows color (decimal): -4359166 or 163005. OLE color: 163005.

HSL color Cylindrical-coordinate representation of color #BD7C02: hue angle of 39.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD7C02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 124 2 -
CMYK 0 0.34 0.99 0.26
HSL 39.14º 0.98% 0.37% -
HSV(B) 39.14º 0.99% 0.74% -
XYZ 28.2 25.24 3.44 -
YUV 129.53 56.03 170.42 -
System Red Green Blue C M Y K H S L
Decimal 189 124 2 0 0.34 0.99 0.26 39.14 0.98 0.37
Hex BD 7C 2 0 22 63 1A 27 62 25
Octal 275 174 2 0 42 143 32 47 142 45
Binary 10111101 1111100 10 0 100010 1100011 11010 100111 1100010 100101

Color Harmonies of #BD7C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7C02

Black with #BD7C02

Text Example


Text Example

White with #BD7C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7C02; }

 p { color: rgb(189,124,2); }

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

background-color css

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

 a { background-color: rgb(189,124,2); }

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

border-color css

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

 span { border-color: rgb(189,124,2); }

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