Html Css Color HEX #BC9C22 Buddha Gold

📋 copy color: '#BC9C22'

red 188 ◦ green 156 ◦ blue 34

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

Shades of Buddha Gold #BC9C22

Tints of Buddha Gold #BC9C22

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.27%

 BLUE value IS 34 (13.67% from 255) = 8.99%

R = 49.74%
G = 41.27%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC9C22 (or 0xBC9C22) is known color: Buddha Gold. HEX triplet: BC, 9C and 22. RGB value is (188,156,34). Sum of RGB (Red+Green+Blue) = 188+156+34=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9C22 is #4363DD. Grayscale: #989898. Windows color (decimal): -4416478 or 2268348. OLE color: 2268348.

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

Color convert

RGB 188 156 34 -
CMYK 0 0.17 0.82 0.26
HSL 47.53º 0.69% 0.44% -
HSV(B) 47.53º 0.82% 0.74% -
XYZ 32.92 34.58 6.45 -
YUV 151.66 61.6 153.92 -
System Red Green Blue C M Y K H S L
Decimal 188 156 34 0 0.17 0.82 0.26 47.53 0.69 0.44
Hex BC 9C 22 0 11 52 1A 30 45 2C
Octal 274 234 42 0 21 122 32 60 105 54
Binary 10111100 10011100 100010 0 10001 1010010 11010 110000 1000101 101100

Color Harmonies of #BC9C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C22

Black with #BC9C22

Text Example


Text Example

White with #BC9C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C22; }

 p { color: rgb(188,156,34); }

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

background-color css

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

 a { background-color: rgb(188,156,34); }

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

border-color css

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

 span { border-color: rgb(188,156,34); }

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