Html Css Color HEX #BC9F23 Buddha Gold

📋 copy color: '#BC9F23'

red 188 ◦ green 159 ◦ blue 35

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

Shades of Buddha Gold #BC9F23

Tints of Buddha Gold #BC9F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.16%

R = 49.21%
G = 41.62%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BC9F23 (or 0xBC9F23) is known color: Buddha Gold. HEX triplet: BC, 9F and 23. RGB value is (188,159,35). Sum of RGB (Red+Green+Blue) = 188+159+35=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9F23 is #4360DC. Grayscale: #9A9A9A. Windows color (decimal): -4415709 or 2334652. OLE color: 2334652.

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

Color convert

RGB 188 159 35 -
CMYK 0 0.15 0.81 0.26
HSL 48.63º 0.69% 0.44% -
HSV(B) 48.63º 0.81% 0.74% -
XYZ 33.44 35.61 6.7 -
YUV 153.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 188 159 35 0 0.15 0.81 0.26 48.63 0.69 0.44
Hex BC 9F 23 0 F 51 1A 31 45 2C
Octal 274 237 43 0 17 121 32 61 105 54
Binary 10111100 10011111 100011 0 1111 1010001 11010 110001 1000101 101100

Color Harmonies of #BC9F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9F23

Black with #BC9F23

Text Example


Text Example

White with #BC9F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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