Html Css Color HEX #BCBB23 Rio Grande

📋 copy color: '#BCBB23'

red 188 ◦ green 187 ◦ blue 35

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

Shades of Rio Grande #BCBB23

Tints of Rio Grande #BCBB23

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 45.85%
G = 45.61%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BCBB23 (or 0xBCBB23) is known color: Rio Grande. HEX triplet: BC, BB and 23. RGB value is (188,187,35). Sum of RGB (Red+Green+Blue) = 188+187+35=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB23 is #4344DC. Grayscale: #AAAAAA. Windows color (decimal): -4408541 or 2341820. OLE color: 2341820.

HSL color Cylindrical-coordinate representation of color #BCBB23: hue angle of 59.61º 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 #BCBB23 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 187 35 -
CMYK 0 0.01 0.81 0.26
HSL 59.61º 0.69% 0.44% -
HSV(B) 59.61º 0.81% 0.74% -
XYZ 38.81 46.35 8.49 -
YUV 169.97 51.83 140.86 -
System Red Green Blue C M Y K H S L
Decimal 188 187 35 0 0.01 0.81 0.26 59.61 0.69 0.44
Hex BC BB 23 0 1 51 1A 3C 45 2C
Octal 274 273 43 0 1 121 32 74 105 54
Binary 10111100 10111011 100011 0 1 1010001 11010 111100 1000101 101100

Color Harmonies of #BCBB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB23

Black with #BCBB23

Text Example


Text Example

White with #BCBB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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