Html Css Color HEX #BC7B00 Dark Goldenrod

📋 copy color: '#BC7B00'

red 188 ◦ green 123 ◦ blue 0

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

Shades of Dark Goldenrod #BC7B00

Tints of Dark Goldenrod #BC7B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.45%
G = 39.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC7B00 (or 0xBC7B00) is known color: Dark Goldenrod. HEX triplet: BC, 7B and 00. RGB value is (188,123,0). Sum of RGB (Red+Green+Blue) = 188+123+0=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 123 (48.44% from 255 or 39.55% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC7B00 is #4384FF. Grayscale: #808080. Windows color (decimal): -4424960 or 31676. OLE color: 31676.

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

Color convert

RGB 188 123 0 -
CMYK 0 0.35 1 0.26
HSL 39.26º 1% 0.37% -
HSV(B) 39.26º 1% 0.74% -
XYZ 27.82 24.86 3.33 -
YUV 128.41 55.53 170.5 -
System Red Green Blue C M Y K H S L
Decimal 188 123 0 0 0.35 1 0.26 39.26 1 0.37
Hex BC 7B 0 0 23 64 1A 27 64 25
Octal 274 173 0 0 43 144 32 47 144 45
Binary 10111100 1111011 0 0 100011 1100100 11010 100111 1100100 100101

Color Harmonies of #BC7B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7B00

Black with #BC7B00

Text Example


Text Example

White with #BC7B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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