Html Css Color HEX #BC901B Buddha Gold

📋 copy color: '#BC901B'

red 188 ◦ green 144 ◦ blue 27

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

Shades of Buddha Gold #BC901B

Tints of Buddha Gold #BC901B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.11%

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 52.37%
G = 40.11%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC901B (or 0xBC901B) is known color: Buddha Gold. HEX triplet: BC, 90 and 1B. RGB value is (188,144,27). Sum of RGB (Red+Green+Blue) = 188+144+27=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC901B is #436FE4. Grayscale: #909090. Windows color (decimal): -4419557 or 1806524. OLE color: 1806524.

HSL color Cylindrical-coordinate representation of color #BC901B: hue angle of 43.6º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC901B is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 144 27 -
CMYK 0 0.23 0.86 0.26
HSL 43.6º 0.75% 0.42% -
HSV(B) 43.6º 0.86% 0.74% -
XYZ 30.91 30.72 5.34 -
YUV 143.82 62.08 159.51 -
System Red Green Blue C M Y K H S L
Decimal 188 144 27 0 0.23 0.86 0.26 43.6 0.75 0.42
Hex BC 90 1B 0 17 56 1A 2C 4B 2A
Octal 274 220 33 0 27 126 32 54 113 52
Binary 10111100 10010000 11011 0 10111 1010110 11010 101100 1001011 101010

Color Harmonies of #BC901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC901B

Black with #BC901B

Text Example


Text Example

White with #BC901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC901B; }

 p { color: rgb(188,144,27); }

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

background-color css

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

 a { background-color: rgb(188,144,27); }

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

border-color css

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

 span { border-color: rgb(188,144,27); }

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