Html Css Color HEX #BC9F0D Buddha Gold

📋 copy color: '#BC9F0D'

red 188 ◦ green 159 ◦ blue 13

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

Shades of Buddha Gold #BC9F0D

Tints of Buddha Gold #BC9F0D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.17%

 BLUE value IS 13 (5.47% from 255) = 3.61%

R = 52.22%
G = 44.17%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC9F0D (or 0xBC9F0D) is known color: Buddha Gold. HEX triplet: BC, 9F and 0D. RGB value is (188,159,13). Sum of RGB (Red+Green+Blue) = 188+159+13=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F0D is #4360F2. Grayscale: #979797. Windows color (decimal): -4415731 or 892860. OLE color: 892860.

HSL color Cylindrical-coordinate representation of color #BC9F0D: hue angle of 50.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC9F0D is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 13 -
CMYK 0 0.15 0.93 0.26
HSL 50.06º 0.87% 0.39% -
HSV(B) 50.06º 0.93% 0.74% -
XYZ 33.21 35.52 5.49 -
YUV 151.03 50.11 154.37 -
System Red Green Blue C M Y K H S L
Decimal 188 159 13 0 0.15 0.93 0.26 50.06 0.87 0.39
Hex BC 9F D 0 F 5D 1A 32 57 27
Octal 274 237 15 0 17 135 32 62 127 47
Binary 10111100 10011111 1101 0 1111 1011101 11010 110010 1010111 100111

Color Harmonies of #BC9F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F0D

Black with #BC9F0D

Text Example


Text Example

White with #BC9F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F0D; }

 p { color: rgb(188,159,13); }

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

background-color css

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

 a { background-color: rgb(188,159,13); }

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

border-color css

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

 span { border-color: rgb(188,159,13); }

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