Html Css Color HEX #BC7B02 Dark Goldenrod

📋 copy color: '#BC7B02'

red 188 ◦ green 123 ◦ blue 2

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

Shades of Dark Goldenrod #BC7B02

Tints of Dark Goldenrod #BC7B02

RGB

 RED value IS 188 (73.83% from 255) = 60.06%

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

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

R = 60.06%
G = 39.3%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC7B02 (or 0xBC7B02) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 02. RGB value is (188,123,2). Sum of RGB (Red+Green+Blue) = 188+123+2=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 123 (48.44% from 255 or 39.30% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B02 is #4384FD. Grayscale: #818181. Windows color (decimal): -4424958 or 162748. OLE color: 162748.

HSL color Cylindrical-coordinate representation of color #BC7B02: hue angle of 39.03º 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 #BC7B02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 123 2 -
CMYK 0 0.35 0.99 0.26
HSL 39.03º 0.98% 0.37% -
HSV(B) 39.03º 0.99% 0.74% -
XYZ 27.83 24.86 3.39 -
YUV 128.64 56.53 170.34 -
System Red Green Blue C M Y K H S L
Decimal 188 123 2 0 0.35 0.99 0.26 39.03 0.98 0.37
Hex BC 7B 2 0 23 63 1A 27 62 25
Octal 274 173 2 0 43 143 32 47 142 45
Binary 10111100 1111011 10 0 100011 1100011 11010 100111 1100010 100101

Color Harmonies of #BC7B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B02

Black with #BC7B02

Text Example


Text Example

White with #BC7B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B02; }

 p { color: rgb(188,123,2); }

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

background-color css

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

 a { background-color: rgb(188,123,2); }

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

border-color css

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

 span { border-color: rgb(188,123,2); }

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